home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / vbdos5 / menuform.frm < prev    next >
Text File  |  1995-12-05  |  2KB  |  54 lines

  1. VERSION 2.00
  2. Begin Form menuform 
  3.    Caption         =   "DOS 5.0 UTILITIES MENU"
  4.    ClientHeight    =   945
  5.    ClientLeft      =   195
  6.    ClientTop       =   2475
  7.    ClientWidth     =   7365
  8.    Height          =   1350
  9.    Icon            =   MENUFORM.FRX:0000
  10.    Left            =   135
  11.    LinkMode        =   1  'Source
  12.    LinkTopic       =   "Form2"
  13.    ScaleHeight     =   945
  14.    ScaleWidth      =   7365
  15.    Top             =   2130
  16.    Width           =   7485
  17.    Begin CommandButton cmcommand 
  18.       Caption         =   "Check Memory"
  19.       FontBold        =   -1  'True
  20.       FontItalic      =   0   'False
  21.       FontName        =   "MS Sans Serif"
  22.       FontSize        =   9.75
  23.       FontStrikethru  =   0   'False
  24.       FontUnderline   =   0   'False
  25.       Height          =   495
  26.       Left            =   3600
  27.       TabIndex        =   1
  28.       Top             =   240
  29.       Width           =   2295
  30.    End
  31.    Begin CommandButton ffcommand 
  32.       Caption         =   "Floppy Format"
  33.       FontBold        =   -1  'True
  34.       FontItalic      =   0   'False
  35.       FontName        =   "MS Sans Serif"
  36.       FontSize        =   9.75
  37.       FontStrikethru  =   0   'False
  38.       FontUnderline   =   0   'False
  39.       Height          =   495
  40.       Left            =   1080
  41.       TabIndex        =   0
  42.       Top             =   240
  43.       Width           =   2295
  44.    End
  45. End
  46. Sub cmcommand_Click ()
  47. memform.Show
  48. End Sub
  49.  
  50. Sub ffcommand_Click ()
  51. form1.Show
  52. End Sub
  53.  
  54.